HEADS
SetHEAD

Syntax: HEADS file, adr
   and: SetHEAD #ch,adr
Location: TinyToolkit and HEADER (DIY Toolkit - Vol F)

These commands set the file header of the specified file to the 64 bytes stored at adr.

HEADS expects you to pass the name of the file.

SetHEAD expects a channel to already be OPEN to the file.

NOTE:
SetHEAD expects that the channel was opened with OPEN, FOPEN etc but not with OPEN_IN or FOP_IN.

CROSS-REFERENCE: 
See HEADR (and FGETH$)!
